home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TMSGBOXFORM / TMSGBOXFORM.txt
Text File  |  2014-12-03  |  3KB  |  146 lines

  1. object MsgBoxForm: TMsgBoxForm
  2.   Left = 853
  3.   Top = 854
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 112
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object TextPanel: TTntPanel
  22.     Left = 53
  23.     Top = 1
  24.     Width = 363
  25.     Height = 38
  26.     AutoSize = True
  27.     BevelOuter = bvNone
  28.     BorderWidth = 12
  29.     TabOrder = 0
  30.     object _MsgText: TTntLabel
  31.       Left = 12
  32.       Top = 12
  33.       Width = 339
  34.       Height = 14
  35.       Align = alTop
  36.       Caption = 'jhfksajajf j fkjf akfjafkjfkjff kjfh kjfa kfjf ka?kfjlk?ffas'
  37.       WordWrap = True
  38.       ExplicitWidth = 293
  39.     end
  40.   end
  41.   object Panel2: TTntPanel
  42.     Left = 0
  43.     Top = 42
  44.     Width = 416
  45.     Height = 33
  46.     Align = alBottom
  47.     BevelOuter = bvNone
  48.     TabOrder = 1
  49.     object Bevel1: TBevel
  50.       Left = 11
  51.       Top = 0
  52.       Width = 394
  53.       Height = 2
  54.       Shape = bsBottomLine
  55.     end
  56.     object MsgOption: TTntCheckBox
  57.       Left = 12
  58.       Top = 9
  59.       Width = 294
  60.       Height = 18
  61.       Caption = 'immer anzeigen'
  62.       TabOrder = 0
  63.     end
  64.   end
  65.   object Panel3: TTntPanel
  66.     Left = 0
  67.     Top = 75
  68.     Width = 416
  69.     Height = 37
  70.     Align = alBottom
  71.     BevelOuter = bvNone
  72.     TabOrder = 2
  73.     object MsgBoxOK: TTntButton
  74.       Left = 324
  75.       Top = 0
  76.       Width = 81
  77.       Height = 27
  78.       Cancel = True
  79.       Caption = '&OK'
  80.       Default = True
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -12
  84.       Font.Name = 'Arial'
  85.       Font.Style = []
  86.       ModalResult = 1
  87.       ParentFont = False
  88.       TabOrder = 0
  89.     end
  90.     object MsgBoxNo: TTntButton
  91.       Left = 324
  92.       Top = 0
  93.       Width = 81
  94.       Height = 27
  95.       Cancel = True
  96.       Caption = '&Nein'
  97.       Default = True
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clWindowText
  100.       Font.Height = -11
  101.       Font.Name = 'Arial'
  102.       Font.Style = []
  103.       ModalResult = 7
  104.       ParentFont = False
  105.       TabOrder = 1
  106.     end
  107.     object MsgBoxYes: TTntButton
  108.       Left = 234
  109.       Top = 0
  110.       Width = 80
  111.       Height = 27
  112.       Caption = '&Ja'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -11
  116.       Font.Name = 'Arial'
  117.       Font.Style = []
  118.       ModalResult = 6
  119.       ParentFont = False
  120.       TabOrder = 2
  121.     end
  122.   end
  123.   object IconPanel: TPanel
  124.     Left = 0
  125.     Top = 0
  126.     Width = 52
  127.     Height = 42
  128.     Align = alLeft
  129.     AutoSize = True
  130.     BevelOuter = bvNone
  131.     BorderWidth = 10
  132.     Ctl3D = False
  133.     ParentCtl3D = False
  134.     TabOrder = 3
  135.     object IconPaintBox: TImage
  136.       Left = 10
  137.       Top = 10
  138.       Width = 32
  139.       Height = 32
  140.       Align = alCustom
  141.       Anchors = [akTop]
  142.       Transparent = True
  143.     end
  144.   end
  145. end
  146.